<?php
    if ($redirect == 'ok') {
        header('location:site/index.php');
    } else {
        header('location:site/index.php');
    }
?>
